JMGetAppletViewerSecurity
Gets the security options for an applet.
extern OSStatus JMGetAppletViewerSecurity ( JMAppletViewerRef viewer, JMAppletSecurity* data);
- viewer
- The applet whose security options you wish to determine.
- data
- A pointer to an applet security options structure. on return, this structure contains the security options for the specified applet. For more information, see "Applet Security Structure".
- function result
- A result code; see "JManager Result Codes".
SEE ALSO
- The
JMSetAppletViewerSecurity
function.- The
JMNewAppletViewer
function.